Orderline ids are not exposed in XML. Rather an index is returned which is used for all subsequent calls. DeleteOrderLine for example accepts the index, not the orderlineid.
Actually I want to perform an operation on the basket items within custome basket pipeline I have created. So i need to get a flag of the product which I can mark in session in my .NET code and then use the same in cart[XSLT].xslt. Any idea how is this possible?
get orderline id on Cart[XSLT].xslt
Soren
I want to get the value of "orderlineid" from table "ucommerce_OrderLine" in Cart[XSLT].xslt. Is it possible?
Regards
Nauman
Orderline ids are not exposed in XML. Rather an index is returned which is used for all subsequent calls. DeleteOrderLine for example accepts the index, not the orderlineid.
Soren
Actually I want to perform an operation on the basket items within custome basket pipeline I have created. So i need to get a flag of the product which I can mark in session in my .NET code and then use the same in cart[XSLT].xslt. Any idea how is this possible?
Nauman
You could use SetOrderProperty to mark the order line you want to work with in the pipeline.
is working on a reply...